home *** CD-ROM | disk | FTP | other *** search
/ Information Operations Fundamentals 2001 February / Information_Operations_Fundamentals_Unclassified_Version_1.0_February_2001.iso / Pager.swf / scripts / DefineButton2_104 / BUTTONCONDACTION on(release).as
Text File  |  2001-02-13  |  246b  |  14 lines

  1. on(release){
  2.    pressed = "0";
  3.    unloadMovieNum(2);
  4.    tellTarget("_level0")
  5.    {
  6.       if(eval("_level0:MOD_TOP") == "801")
  7.       {
  8.          gotoAndStop("M08_01_21");
  9.       }
  10.    }
  11.    gotoAndPlay(1);
  12.    set("_level0:BAR_UP","0");
  13. }
  14.